home *** CD-ROM | disk | FTP | other *** search
/ Air Power - The US Air Force in Action / Air Power - The US Air Force In Action.iso / cpibin / manual / textinst.bat < prev   
DOS Batch File  |  1995-05-23  |  3KB  |  100 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo.
  5. echo.
  6. echo         AIR POWER: The US Air Force in Action
  7. echo.
  8. echo    This file will copy the files needed to run Air Power
  9. echo    for Windows to a \AIRFORCE directory on your "C" drive.  
  10. echo    After these files have been copied there will be further 
  11. echo    instructions.
  12. echo.
  13. choice  Do you wish to continue? 
  14. if errorlevel 2 goto abort
  15. if errorlevel 1 goto continue
  16. goto abort
  17.  
  18. :continue
  19. echo   Copying files from CD to C:\airforce and C:\windows\system:
  20. echo.
  21. md c:\airforce
  22. copy \player07.exe c:\airforce
  23. copy \*.hlp c:\airforce
  24. copy \*.ico c:\airforce
  25. copy \cpibin\manual\ctl3dv2.dll  c:\windows\system
  26. copy \cpibin\manual\bttncur.dll  c:\windows\system
  27. copy \cpibin\manual\dib.drv  c:\windows\system
  28.  
  29. :finished
  30. cls
  31.  
  32. echo,
  33. echo.
  34. echo.
  35. echo                           Copying complete..!
  36. echo.
  37. echo.
  38. echo                 Setting Up the USAF in Action ICON
  39. echo.
  40. echo To run this program under Windows you must create a Program
  41. echo Manager Icon for the USAF In Action.  To do this:
  42. echo.
  43. echo   Select:  FILE, "New"... from the Program Manager Menu.
  44. echo   Select:  "New Group" - Click OK.  
  45. echo   Enter:   Softkey - Click OK
  46. echo   Select:  FILE, "New"... again from the Program Manager.
  47. echo   Select:  "New Item" - Click OK.
  48. echo   Enter:   USAF in Action (press [TAB])
  49. echo   Enter:   C:\airforce\player07.exe \airforce.cfg (click OK)
  50. echo.
  51. echo.
  52. echo.
  53. pause
  54. echo.
  55. echo.
  56. echo.
  57. echo.
  58. echo                 INSTALLING VIDEO FOR WINDOWS 1.1E
  59. echo.
  60. echo  This program requires Video for Windows 1.1e (with Indeo 3.2 video
  61. echo  playback drivers).  If you do not have this version or are not sure which
  62. echo  version of Video for Windows you have installed, run the Video for 
  63. echo  Windows Setup program.
  64. echo.
  65. echo.
  66. echo   To run Video For Windows 1.1e Setup Program:
  67. echo.
  68. echo   Select: FILE, "Run"... from the Program Manager Menu.
  69. echo   Type: x:\disk1\setup.exe  (replace the "x" with your CD-ROM drive letter)
  70. echo   Click OK, then follow the screen instructions.
  71. echo.
  72. echo.
  73. echo.
  74. echo.
  75. pause
  76. echo.
  77. echo.
  78. echo   You may wish to print this screen by pressing the PRINTSCREEN button.
  79. echo.
  80. echo.
  81. pause
  82. goto end
  83.  
  84. :abort
  85. cls
  86. echo Aborting manual install...
  87.  
  88. goto end
  89.  
  90. :end
  91. echo.
  92. echo.
  93. echo  If you still cannot get this program to run, 
  94. echo  please call Softkey International at 404-428-0008
  95. echo  between the hours of 9am to 6pm eastern, Monday-Friday,
  96. echo  and we will be happy to help you.
  97. echo.
  98. echo.
  99.  
  100.